home *** CD-ROM | disk | FTP | other *** search
/ MacWorld: Complete Mac Interactive / Macworld Complete Mac Interactive CD)(1994).iso / Software / Graphsoft / Arch Demo / Core.sit / MiniCad 5 Demo.rsrc / STR#_7021.txt < prev    next >
Encoding:
Text File  |  1994-04-15  |  2.6 KB  |  89 lines

  1. SetSelect(h : Handle);
  2.  
  3. Selects the object that is connected to h.
  4.  
  5. SetDSelect(h : Handle);
  6.  
  7. Deselects the object that is connected to h.
  8.  
  9. SetName(h : Handle; name : STRING);
  10.  
  11. Assigns the specified name to the object that is connected to h.
  12.  
  13. SetClass(h : Handle; class : STRING);
  14.  
  15. Assigns the specified class to the object that is connected to h.
  16.  
  17. SetFPat(h : Handle; fillPattern : INTEGER);
  18.  
  19. Assigns the specified fill pattern to the object that is connected to h.
  20.  
  21. SetLW(h : Handle;  lineWeight : INTEGER);
  22.  
  23. Assigns the specified line weight to the object that is connected to h.
  24.  
  25. SetLS(h : Handle; lineStyle : INTEGER);
  26.  
  27. Assigns the specified line style to the object that is connected to h.
  28.  
  29. SetBBox(h : Handle; x1, y1, x2, y2 : REAL);
  30.  
  31. Assigns the specified bounding box coordinates x1, y1, x2, y2 to the object that is connected to h.
  32.  
  33. SetPenFore(h : Handle; red, green, blue : LONGINT);
  34.  
  35. Assigns the specified pen foreground color to the object that is connected to h.
  36.  
  37. SetPenBack(h : Handle; red, green, blue : LONGINT);
  38.  
  39. Assigns the specified pen background color to the object that is connected to h.
  40.  
  41. SetFillFore(h : Handle; red, green, blue : LONGINT);
  42.  
  43. Assigns the specified fill foreground color to the object that is connected to h.
  44.  
  45. SetFillBack(h : Handle; red, green, blue : LONGINT);
  46.  
  47. Assigns the specified fill background color to the object that is connected to h.
  48.  
  49. SetSegPt1(h : Handle; x, y : REAL);
  50.  
  51. Changes the first end point of a line connected to h to the new location specified by x, y.
  52.  
  53. SetSegPt2(h : Handle; x, y : REAL);
  54.  
  55. Changes the second end point of a line connected to h to the new location specified by x, y.
  56.  
  57. SetPolyPt(h : Handle; index : INTEGER;  x, y : REAL);
  58.  
  59. Changes the location of the polygon‚Äôs index‚Äôth vertex to the new location specified by x, y.
  60.  
  61. SetArc(h : Handle;  #startAngle, #arcAngle : REAL);
  62.  
  63. Changes the start and arc angles of the arc that is connected to h.
  64.  
  65. Set3DRot(h : Handle;  #x, #y, #z, xCenter, yCenter, zCenter : REAL);
  66.  
  67. Rotates a 3D object that is connected to h by the amount specified by #x, #y, #z around the point specified by xCenter, yCenter, zCenter.
  68.  
  69. Set3DInfo(h : Handle;  height, width, depth : REAL);
  70.  
  71. Changes the height, width, depth of a 3D object that is connected to h.
  72.  
  73. Move3DObj(h : Handle;  dX, dY, dZ : REAL);
  74.  
  75. Moves a 3D object connected to h by dX, dY, dZ.
  76.  
  77. SelectSS(h : Handle);
  78.  
  79. Activates the spreadsheet that is connected by h.
  80.  
  81. SetText(h : Handle; s : STRING);
  82.  
  83. Changes the text of a text object that is connected to h.
  84.  
  85. HMove(h : HANDLE; XOff,YOff : REAL);
  86.  
  87. Offsets object connected to h specified distance from current position.
  88.  
  89.